'Declaration
Public Class EditableKeyValuePair
(Of TKey,TValue)
Inherits System.ComponentModel.CustomTypeDescriptor
'Usage Dim instance As EditableKeyValuePair(Of TKey,TValue)
public class EditableKeyValuePair<TKey,TValue> : System.ComponentModel.CustomTypeDescriptor


